'Declaration
Public Overloads Function AddRectangleAnnot( _ ByVal BorderColor As Color, _ ByVal BackColor As Color, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single _ ) As AnnotationRectangle
public AnnotationRectangle AddRectangleAnnot( Color BorderColor, Color BackColor, float Left, float Top, float Width, float Height )
public function AddRectangleAnnot( BorderColor: Color; BackColor: Color; Left: Single; Top: Single; Width: Single; Height: Single ): AnnotationRectangle;
public function AddRectangleAnnot( BorderColor : Color, BackColor : Color, Left : float, Top : float, Width : float, Height : float ) : AnnotationRectangle;
public: AnnotationRectangle* AddRectangleAnnot( Color BorderColor, Color BackColor, float Left, float Top, float Width, float Height )
public: AnnotationRectangle^ AddRectangleAnnot( Color BorderColor, Color BackColor, float Left, float Top, float Width, float Height )
Parameters
- BorderColor
- BackColor
- Left
- Top
- Width
- Height